/* Nadpis kategorie */
.type-category h1 {
    text-align: center !important;
    position: relative;
    margin-bottom: 35px !important;
}

/* Červená linka pod nadpisem */
.type-category h1::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #b30000;
    margin: 12px auto 0;
    border-radius: 2px;
}